home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk191 / mostra / changes.doc < prev    next >
Text File  |  1995-03-19  |  3KB  |  62 lines

  1. 1.01/1.02
  2.  
  3. Changes?  Absolutely NO changes.  Only, a bug in the ARP docs caused
  4. and incredibly wide range of problems, from memory completely wiped
  5. (including the backed-up battery clock) to a simple crash-on-exit.
  6. Now, thanks to Christopher A.  Wichura, the 1.01 code is ok.  So, even
  7. you, if you're using ARP, beware:
  8.  
  9. ARPALLOC() DOES NOT PASS ANY TRACKER BACK THROUGH LASTTRACKER!!!!
  10.  
  11. You must use the memory pointer you get as a DefaultTracker *, too. Or
  12. you'll get a NULL tracker pointer...
  13.  
  14. The same holds for ArpAllocFReq().
  15.  
  16.                         Seba
  17.  
  18. 1.04
  19.  
  20. I fixed a couple of thing.  No major changes tho 8^(.
  21.  
  22. The dreaded RGB reading guru has gone.  Now Mostra complains that "Too
  23. many bitplanes" if you try to display a 24-bitplanes IFF RGB file.
  24. The same happens if you try to display a DPaint stencil (0 bitplanes).
  25. In this case, of course, the message is "No bitplanes".  I consider
  26. them both broken IFF specs.
  27.  
  28. The keyboard handling is much smarter and closer to Commodore's
  29. guidelines.  SHIFT-cursor brings you to the borders of the picture,
  30. ALT-cursor moves by a screen width/height-16 pixels, and cursor alone
  31. (CTRLed) moves by 8 (16) pixels.
  32.  
  33. The priority handling is much smarter, too.  If you start Mostra with
  34. a priority higher than 1, no priority change will be issued.
  35. Moreover, at exit the original task priority will be restored
  36. (previously Mostra set the priority to 0).
  37.  
  38. Moving to the bottom of a SHAM interlaced picture with an odd number
  39. of lines caused confusion in the copperlist.  This has been fixed, but
  40. with the loss of the display of the last line of the picture (nothing
  41. so terrible anyway).
  42.  
  43. A SHAM image displayed in a screen taller than its height produced a
  44. random copperlist.  This has been fixed.
  45.  
  46. A new option allows to lock the input from the keyboard during the
  47. display.
  48.  
  49. Another new option locks the picture (you can't scroll around) but the
  50. memory in which the file was loaded is immediately freed after the
  51. decompression.  This should allow for double buffering on a 512K
  52. machine.  The new memory management is also automatically activated if
  53. the option SECS is used or the picture dimensions are less than the
  54. screen dimensions (since the picture scrolling is locked anyway).
  55.  
  56. There are other areas which needed updates, but I'm busy on my copier,
  57. SuperDuper.
  58.  
  59. I would like to thank Walter Dörwald (Germany), Jürgen E.  Haug
  60. (Germany), Svante Kleist (Sweden), Tim Beard (Australia) and Christian
  61. König (Germany) for having sent the shareware contribution for Mostra.
  62.